<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.banner {
	height:510px
}
#flashs {
	height:510px;
	position:relative;
	overflow:hidden;
	width:100%;
	text-align:center
}
#flashs .btn {
	position:absolute;
	bottom:10px;
	right:48%;
	padding:5px 6px
}
#flashs .btn span {
	color:#fff;
	background:#464646;
	cursor:pointer;
	display:inline-block;
	margin-left:5px;
	padding:2px 6px
}
#flashs .btn span.cur {
	background:#df3816;
}
</pre></body></html>